\code
and \endcode
tags enclose a section that is to be formatted as code, similar to the \example, \endexample
tags. The code is parsed with DoxyS codeparser and if possible links are made to classes, functions etc.\code int main() { printf("Hello world!\n"); } \endcode |
int main() { printf("Hello world!\n"); } |